mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
Resolve merge conflicts
This commit is contained in:
parent
f4556f14c7
commit
70217cc032
1 changed files with 1 additions and 1 deletions
|
|
@ -110,9 +110,9 @@ class StreamingResponseOrchestrator:
|
|||
text: OpenAIResponseText,
|
||||
max_infer_iters: int,
|
||||
tool_executor, # Will be the tool execution logic from the main class
|
||||
instructions: str,
|
||||
safety_api,
|
||||
guardrail_ids: list[str] | None = None,
|
||||
instructions: str,
|
||||
):
|
||||
self.inference_api = inference_api
|
||||
self.ctx = ctx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue