From 9b63f7e1c67c950430ab90004923c896f798778e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 30 Jan 2026 14:07:08 +0100 Subject: pkg/aflow: reduce size of golden test files Don't memorize repeated request configs. --- pkg/aflow/testdata/TestLLMTool.llm.json | 123 -------------------------------- 1 file changed, 123 deletions(-) (limited to 'pkg/aflow/testdata/TestLLMTool.llm.json') 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": [ -- cgit mrf-deployment