mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 09:33:54 +00:00
mypy: inline::{vector_io,tool_runtime,telemetry}
This makes a minor change to tools API, allowing for empty content from tool invocation. This is because RAGQueryResult allows for empty content. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
parent
5403582582
commit
808b2c6092
15 changed files with 51 additions and 44 deletions
2
docs/_static/llama-stack-spec.yaml
vendored
2
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -5529,8 +5529,6 @@ components:
|
|||
- type: array
|
||||
- type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- content
|
||||
title: ToolInvocationResult
|
||||
IterrowsResponse:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue