Dragon
Installation
Introduction to Dragon
Use Cases
API Reference
User API
Python multiprocessing
Data
Telemetry
AI
Python Reference
Inference
Agent Framework
Agent Framework
Python Reference
Workflows
Native
Resource Placement and Affinity
Low-level API
Command Line Interface
Developer Guide
Benchmarks
FAQ
Dragon
API Reference
AI
Agent Framework
dragon.ai.agent.reasoning.response_parser.ToolRequest
View page source
dragon.ai.agent.reasoning.response_parser.ToolRequest
class
ToolRequest
[source]
Bases:
BaseModel
__init__
(
*
args
:
Any
,
**
kwargs
:
Any
)
→
None
[source]
Methods
__init__
(*args, **kwargs)
Attributes
type
tool_calls
type
:
Literal
[
'tool_request'
]
=
'tool_request'
tool_calls
:
List
[
ToolCall
]
__contains__
(
key
:
str
)
→
bool
[source]
__getitem__
(
key
:
Any
)
→
_MockObject
[source]
__init__
(
*
args
:
Any
,
**
kwargs
:
Any
)
→
None
[source]
__len__
(
)
→
int
[source]