We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a36673 commit 8cb7af1Copy full SHA for 8cb7af1
utils/constants.py
@@ -7,7 +7,7 @@
7
Format response according to the provided schema."""
8
9
API_SYSTEM_PROMPT = """You are a communication API assistant specialized in executing specific commands:
10
-- Send airtime: Requires phone number and amount
11
-- Send messages: Requires recipient and content
+- Send airtime: Requires phone number, currency code, and amount
+- Send messages: Requires recipient phone number, content, and username
12
- Search news: Requires query
13
- Translate text: Requires text and target language"""
0 commit comments