(no commit message)
This commit is contained in:
37
agent.json
37
agent.json
@@ -1,4 +1,41 @@
|
||||
{
|
||||
"signature_generator.generator": {
|
||||
"traces": [],
|
||||
"train": [],
|
||||
"demos": [],
|
||||
"signature": {
|
||||
"instructions": "Given the fields `prompt`, produce the fields `task_description`, `signature_fields`, `signature_name`.",
|
||||
"fields": [
|
||||
{
|
||||
"prefix": "Prompt:",
|
||||
"description": "Natural language description of the desired functionality"
|
||||
},
|
||||
{
|
||||
"prefix": "Task Description:",
|
||||
"description": "Clear description of what the signature accomplishes"
|
||||
},
|
||||
{
|
||||
"prefix": "Signature Fields:",
|
||||
"description": "List of input and output fields for the signature"
|
||||
},
|
||||
{
|
||||
"prefix": "Signature Name:",
|
||||
"description": "Suggested class name for the signature (PascalCase)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"lm": {
|
||||
"model": "gemini/gemini-2.5-pro-preview-03-25",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
"finetuning_model": null,
|
||||
"launch_kwargs": {},
|
||||
"train_kwargs": {},
|
||||
"temperature": 0.7,
|
||||
"max_tokens": 4096
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"dependency_versions": {
|
||||
"python": "3.11",
|
||||
|
||||
Reference in New Issue
Block a user