root.generated.openapi_client.models.chat_execution_result¶
Root Signals API
Root Signals JSON API provides a way to access Root Signals using provisioned API token
The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
Classes¶
ChatExecutionResult |
Module Contents¶
- class root.generated.openapi_client.models.chat_execution_result.ChatExecutionResult¶
Bases:
pydantic.BaseModel
ChatExecutionResult
- chat_id: pydantic.StrictStr¶
- cost: pydantic.StrictFloat | pydantic.StrictInt | None¶
- execution_log_id: pydantic.StrictStr¶
- llm_output: pydantic.StrictStr¶
- model: pydantic.StrictStr¶
- model_call_duration: pydantic.StrictFloat | pydantic.StrictInt | None = None¶
- model_config¶
- rendered_prompt: pydantic.StrictStr¶