diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-30 14:07:08 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-30 14:20:33 +0000 |
| commit | 9b63f7e1c67c950430ab90004923c896f798778e (patch) | |
| tree | ef6ca3f5fc5adf415cb5ac4eebd4cd442ab03b2d /pkg/aflow/testdata/TestLLMTool.llm.json | |
| parent | 22003bbfe9ef57dd80e3be819bf8a74d76dce00c (diff) | |
pkg/aflow: reduce size of golden test files
Don't memorize repeated request configs.
Diffstat (limited to 'pkg/aflow/testdata/TestLLMTool.llm.json')
| -rw-r--r-- | pkg/aflow/testdata/TestLLMTool.llm.json | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/pkg/aflow/testdata/TestLLMTool.llm.json b/pkg/aflow/testdata/TestLLMTool.llm.json index 705c011e2..da6676902 100644 --- a/pkg/aflow/testdata/TestLLMTool.llm.json +++ b/pkg/aflow/testdata/TestLLMTool.llm.json @@ -118,47 +118,6 @@ }, { "Model": "sub-agent-model", - "Config": { - "systemInstruction": { - "parts": [ - { - "text": "researcher instruction\nPrefer calling several tools at the same time to save round-trips.\n" - } - ], - "role": "user" - }, - "temperature": 2, - "tools": [ - { - "functionDeclarations": [ - { - "description": "researcher-tool description", - "name": "researcher-tool", - "parametersJsonSchema": { - "additionalProperties": false, - "properties": { - "Something": { - "description": "something", - "type": "string" - } - }, - "required": [ - "Something" - ], - "type": "object" - }, - "responseJsonSchema": { - "additionalProperties": false, - "type": "object" - } - } - ] - } - ], - "responseModalities": [ - "TEXT" - ] - }, "Request": [ { "parts": [ @@ -342,47 +301,6 @@ }, { "Model": "sub-agent-model", - "Config": { - "systemInstruction": { - "parts": [ - { - "text": "researcher instruction\nPrefer calling several tools at the same time to save round-trips.\n" - } - ], - "role": "user" - }, - "temperature": 2, - "tools": [ - { - "functionDeclarations": [ - { - "description": "researcher-tool description", - "name": "researcher-tool", - "parametersJsonSchema": { - "additionalProperties": false, - "properties": { - "Something": { - "description": "something", - "type": "string" - } - }, - "required": [ - "Something" - ], - "type": "object" - }, - "responseJsonSchema": { - "additionalProperties": false, - "type": "object" - } - } - ] - } - ], - "responseModalities": [ - "TEXT" - ] - }, "Request": [ { "parts": [ @@ -421,47 +339,6 @@ }, { "Model": "sub-agent-model", - "Config": { - "systemInstruction": { - "parts": [ - { - "text": "researcher instruction\nPrefer calling several tools at the same time to save round-trips.\n" - } - ], - "role": "user" - }, - "temperature": 2, - "tools": [ - { - "functionDeclarations": [ - { - "description": "researcher-tool description", - "name": "researcher-tool", - "parametersJsonSchema": { - "additionalProperties": false, - "properties": { - "Something": { - "description": "something", - "type": "string" - } - }, - "required": [ - "Something" - ], - "type": "object" - }, - "responseJsonSchema": { - "additionalProperties": false, - "type": "object" - } - } - ] - } - ], - "responseModalities": [ - "TEXT" - ] - }, "Request": [ { "parts": [ |
