fix: failed to generate spring.ai.tools.observations metadata (#3539)
Auto-cherry-pick to 1.0.x Signed-off-by: Jionghui Zheng <9uanhuo@gmail.com>
This commit is contained in:
@@ -31,6 +31,10 @@ public class ToolCallingProperties {
|
||||
|
||||
private final Observations observations = new Observations();
|
||||
|
||||
public Observations getObservations() {
|
||||
return this.observations;
|
||||
}
|
||||
|
||||
/**
|
||||
* If true, tool calling errors are thrown as exceptions for the caller to handle. If
|
||||
* false, errors are converted to messages and sent back to the AI model, allowing it
|
||||
|
||||
Reference in New Issue
Block a user