mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
chore: add comment for general_function_schema.
This commit is contained in:
parent
b03326e6d8
commit
aca50086c3
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# function in tools, https://platform.openai.com/docs/api-reference/chat/create#chat-create-tools
|
||||
# Reference: https://github.com/KillianLucas/open-interpreter/blob/v0.1.14/interpreter/llm/setup_openai_coding_llm.py
|
||||
general_function_schema = {
|
||||
"name": "execute",
|
||||
"description": "Executes code on the user's machine, **in the users local environment**, and returns the output",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue