From 8cb7af1fa4362c1d8e6638cd26f3bc8372c248c5 Mon Sep 17 00:00:00 2001 From: Shuyib Date: Wed, 1 Jan 2025 13:37:39 +0300 Subject: [PATCH] Edit --- utils/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/constants.py b/utils/constants.py index 4baac00..cfa63b7 100644 --- a/utils/constants.py +++ b/utils/constants.py @@ -7,7 +7,7 @@ Format response according to the provided schema.""" API_SYSTEM_PROMPT = """You are a communication API assistant specialized in executing specific commands: -- Send airtime: Requires phone number and amount -- Send messages: Requires recipient and content +- Send airtime: Requires phone number, currency code, and amount +- Send messages: Requires recipient phone number, content, and username - Search news: Requires query - Translate text: Requires text and target language"""