@@ -84,9 +84,9 @@ class EventHandlerTest {
84
84
" OnBeforeNode (node: __start__, input: ${agentInput} )" ,
85
85
" OnAfterNode (node: __start__, input: ${agentInput} , output: ${agentInput} )" ,
86
86
" OnBeforeNode (node: test LLM call, input: Test LLM call prompt)" ,
87
- " OnBeforeLLMCall (prompt: [System(content=Test system message, metaInfo=RequestMetaInfo(timestamp=$ts )), User(content=Test user message, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Test assistant response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null), User(content=Test LLM call prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[])], tools: [])" ,
87
+ " OnBeforeLLMCall (prompt: [System(content=Test system message, metaInfo=RequestMetaInfo(timestamp=$ts )), User(content=Test user message, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Test assistant response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null), User(content=Test LLM call prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[])], tools: [])" ,
88
88
" OnAfterLLMCall (responses: [Assistant: Default test response])" ,
89
- " OnAfterNode (node: test LLM call, input: Test LLM call prompt, output: Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null))" ,
89
+ " OnAfterNode (node: test LLM call, input: Test LLM call prompt, output: Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null))" ,
90
90
" OnStrategyFinished (strategy: $strategyName , result: $agentResult )" ,
91
91
" OnAgentFinished (strategy: $strategyName , result: $agentResult )" ,
92
92
)
@@ -128,9 +128,9 @@ class EventHandlerTest {
128
128
" OnBeforeNode (node: __start__, input: ${agentInput} )" ,
129
129
" OnAfterNode (node: __start__, input: ${agentInput} , output: ${agentInput} )" ,
130
130
" OnBeforeNode (node: test LLM call, input: Test LLM call prompt)" ,
131
- " OnBeforeLLMCall (prompt: [System(content=Test system message, metaInfo=RequestMetaInfo(timestamp=$ts )), User(content=Test user message, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Test assistant response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null), User(content=Test LLM call prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[])], tools: [dummy])" ,
131
+ " OnBeforeLLMCall (prompt: [System(content=Test system message, metaInfo=RequestMetaInfo(timestamp=$ts )), User(content=Test user message, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Test assistant response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null), User(content=Test LLM call prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[])], tools: [dummy])" ,
132
132
" OnAfterLLMCall (responses: [Assistant: Default test response])" ,
133
- " OnAfterNode (node: test LLM call, input: Test LLM call prompt, output: Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null))" ,
133
+ " OnAfterNode (node: test LLM call, input: Test LLM call prompt, output: Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null))" ,
134
134
" OnStrategyFinished (strategy: $strategyName , result: $agentResult )" ,
135
135
" OnAgentFinished (strategy: $strategyName , result: $agentResult )" ,
136
136
)
@@ -174,13 +174,13 @@ class EventHandlerTest {
174
174
" OnBeforeNode (node: __start__, input: ${agentInput} )" ,
175
175
" OnAfterNode (node: __start__, input: ${agentInput} , output: ${agentInput} )" ,
176
176
" OnBeforeNode (node: test LLM call, input: Test LLM call prompt)" ,
177
- " OnBeforeLLMCall (prompt: [System(content=Test system message, metaInfo=RequestMetaInfo(timestamp=$ts )), User(content=Test user message, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Test assistant response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null), User(content=Test LLM call prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[])], tools: [dummy])" ,
177
+ " OnBeforeLLMCall (prompt: [System(content=Test system message, metaInfo=RequestMetaInfo(timestamp=$ts )), User(content=Test user message, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Test assistant response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null), User(content=Test LLM call prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[])], tools: [dummy])" ,
178
178
" OnAfterLLMCall (responses: [Assistant: Default test response])" ,
179
- " OnAfterNode (node: test LLM call, input: Test LLM call prompt, output: Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null))" ,
179
+ " OnAfterNode (node: test LLM call, input: Test LLM call prompt, output: Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null))" ,
180
180
" OnBeforeNode (node: test LLM call with tools, input: Test LLM call with tools prompt)" ,
181
- " OnBeforeLLMCall (prompt: [System(content=Test system message, metaInfo=RequestMetaInfo(timestamp=$ts )), User(content=Test user message, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Test assistant response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null), User(content=Test LLM call prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null), User(content=Test LLM call with tools prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[])], tools: [dummy])" ,
181
+ " OnBeforeLLMCall (prompt: [System(content=Test system message, metaInfo=RequestMetaInfo(timestamp=$ts )), User(content=Test user message, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Test assistant response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null), User(content=Test LLM call prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[]), Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null), User(content=Test LLM call with tools prompt, metaInfo=RequestMetaInfo(timestamp=$ts ), attachments=[])], tools: [dummy])" ,
182
182
" OnAfterLLMCall (responses: [Assistant: Default test response])" ,
183
- " OnAfterNode (node: test LLM call with tools, input: Test LLM call with tools prompt, output: Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null), attachment=null, finishReason=null))" ,
183
+ " OnAfterNode (node: test LLM call with tools, input: Test LLM call with tools prompt, output: Assistant(content=Default test response, metaInfo=ResponseMetaInfo(timestamp=$ts , totalTokensCount=null, inputTokensCount=null, outputTokensCount=null, additionalInfo={} ), attachment=null, finishReason=null))" ,
184
184
" OnStrategyFinished (strategy: $strategyName , result: $agentResult )" ,
185
185
" OnAgentFinished (strategy: $strategyName , result: $agentResult )" ,
186
186
)
0 commit comments