You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i put an object in my context, the service is not triggered, but if i just put an Id it is working any idea ?
than i try to insert service by its name because here i need to set the full implementation that make me injecting dependencies in this class that is not pretty and i cant insert the interface
@component
public class Service @tool(name = "service", description = "Find order tracking details from customer name or customer email or order number reference")
here it says that toolback service does not found tool with this name is there a better way to inject tool from interface ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 questions :
var context = new LinkedHashMap<String, Object>();
//context.put("merchantId", merchant.getId());
context.put("merchantId", merchant);
@component
public class Service
@tool(name = "service", description = "Find order tracking details from customer name or customer email or order number reference")
Beta Was this translation helpful? Give feedback.
All reactions