Skip to content

Commit

Permalink
removing toolConfig for Tech agent
Browse files Browse the repository at this point in the history
  • Loading branch information
brnaba-aws committed Oct 23, 2024
1 parent c51013a commit b6e6dbb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/chat-demo-app/lambda/multi-agent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ const maoDocAgent = new BedrockLLMAgent({
inferenceConfig: {
temperature: 0.0,
},
toolConfig: {
useToolHandler: mathToolHanlder,
tool: mathAgentToolDefinition,
toolMaxRecursions: 5,
},
customSystemPrompt:{
template:`
You are a tech expert specializing in both the technical domain, including software development, AI, cloud computing, and the multi-agent orchestrator framework. Your role is to provide comprehensive, accurate, and helpful information about these areas, with a specific focus on the orchestrator framework, its agents, and their applications. Always structure your responses using clear, well-formatted markdown.
Expand Down

0 comments on commit b6e6dbb

Please sign in to comment.