mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
feat: add tool calls tracking and show in frontend
This commit is contained in:
@@ -121,6 +121,7 @@ export const SharedConversation = () => {
|
||||
message={query.response}
|
||||
type={'ANSWER'}
|
||||
sources={query.sources ?? []}
|
||||
toolCalls={query.tool_calls}
|
||||
></ConversationBubble>
|
||||
);
|
||||
} else if (query.error) {
|
||||
|
||||
Reference in New Issue
Block a user