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
description: `Search the ${request.spec.knowledgeBase} knowledge base for relevant information. Use this when you need factual information, documentation, or specific details stored in the knowledge base.`,
52
+
},
53
+
]
54
+
: undefined,
42
55
}
43
56
}
44
57
@@ -54,6 +67,9 @@ export class AkamaiAgentCR {
54
67
55
68
// Transform to API response format
56
69
toApiResponse(teamId: string): AplAgentResponse{
70
+
// Extract knowledgeBase from tools array (find first knowledgeBase tool)
0 commit comments