fix(docs): Remove unused import.

The import:
`from llama_stack_client.types.agent_create_params import AgentConfig`
is not used in the docs and, further, AgentConfig
is not exported from `agent_create_params`.
This commit is contained in:
jsell-rh 2025-05-27 15:20:03 -04:00 committed by GitHub
parent a8f75d3897
commit a22ba377c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -177,7 +177,6 @@ export TAVILY_SEARCH_API_KEY="your key"
3. Run the following script.
```python
from llama_stack_client.lib.agents.agent import Agent
from llama_stack_client.types.agent_create_params import AgentConfig
from llama_stack_client.lib.agents.event_logger import EventLogger
from llama_stack_client import LlamaStackClient