Replies: 1 comment
-
I answer my question, it seem that directly use follow code can implement
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I created a custom agent and invoked a method as shown below:
My custom service returns a result, how could I use the result as a response, and send it to Chat UI, I do not need super.invoke(request) to invoke LLM, I want to use my service result as response and print it in chat ui
Beta Was this translation helpful? Give feedback.
All reactions