-
Notifications
You must be signed in to change notification settings - Fork 493
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Request from Discord
I'm exploring the use of Gemini for creating agents. Currently, the system_message of the ConversableAgent is being sent to the GeminiClient as the first message with the role "system."
Since Gemini supports system instructions according to their documentation (https://ai.google.dev/gemini-api/docs/text-generation#system-instructions), do you think sending the system_message as a system_instruction could potentially be more effective?
My current workaround is to convert the first message of "system" role to system_instruction, as shown in the screenshot.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done