We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d6923 commit 9ac1ab7Copy full SHA for 9ac1ab7
dd-java-agent/agent-llmobs/src/test/groovy/datadog/trace/llmobs/domain/DDLLMObsSpanTest.groovy
@@ -256,7 +256,7 @@ class DDLLMObsSpanTest extends DDSpecification{
256
def toolCall = spanOutputMsg.getToolCalls().get(0)
257
assert toolCall.getName().equals("weather-tool")
258
assert toolCall.getType().equals("function")
259
- assert toolCall.getToolID().equals("6176241000")
+ assert toolCall.getToolId().equals("6176241000")
260
def expectedToolArgs = Maps.of("location", "paris")
261
assert toolCall.getArguments().equals(expectedToolArgs)
262
}
0 commit comments