fix: move BDI core agent to make documentation generation better
Previously, the BDI Core Agent wasn't included in the docs. ref: N25B-299
This commit is contained in:
@@ -165,7 +165,7 @@ class LLMAgent(BaseAgent):
|
||||
:yield: Raw text tokens (deltas) from the SSE stream.
|
||||
:raises httpx.HTTPError: If the API returns a non-200 status.
|
||||
"""
|
||||
async with httpx.AsyncClient(timeout=None) as client:
|
||||
async with httpx.AsyncClient() as client:
|
||||
async with client.stream(
|
||||
"POST",
|
||||
settings.llm_settings.local_llm_url,
|
||||
|
||||
Reference in New Issue
Block a user