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.FinalResponse
View page source
dragon.ai.agent.reasoning.response_parser.FinalResponse
class
FinalResponse
[source]
Bases:
BaseModel
__init__
(
*
args
:
Any
,
**
kwargs
:
Any
)
→
None
[source]
Methods
__init__
(*args, **kwargs)
Attributes
content
type
type
:
Literal
[
'final_answer'
]
=
'final_answer'
__contains__
(
key
:
str
)
→
bool
[source]
__getitem__
(
key
:
Any
)
→
_MockObject
[source]
__init__
(
*
args
:
Any
,
**
kwargs
:
Any
)
→
None
[source]
__len__
(
)
→
int
[source]