Cache returns the response cache configured for this agent, or nil when caching is disabled.
()
| 368 | // Cache returns the response cache configured for this agent, or nil when |
| 369 | // caching is disabled. |
| 370 | func (a *Agent) Cache() *cache.Cache { |
| 371 | return a.cache |
| 372 | } |
| 373 | |
| 374 | // Tools returns the tools available to this agent |
| 375 | func (a *Agent) Tools(ctx context.Context) ([]tools.Tool, error) { |
no outgoing calls
no test coverage detected