MCPcopy Index your code
hub / github.com/docker/docker-agent / MaxIterations

Method MaxIterations

pkg/agent/agent.go:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func (a *Agent) MaxIterations() int {
120 return a.maxIterations
121}
122
123func (a *Agent) MaxConsecutiveToolCalls() int {
124 return a.maxConsecutiveToolCalls

Callers 7

runDockerAgentFunction · 0.80
CreateToolHandlerFunction · 0.80
runtimeForSessionMethod · 0.80
newSubSessionFunction · 0.80
AgentConfigInfoMethod · 0.80
NewSessionMethod · 0.80
buildSessionOptsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected