windmill-api 1.815.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# FlowConversationMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**uuid::Uuid**]uuid::Uuid.md | Unique identifier for the message | 
**conversation_id** | [**uuid::Uuid**]uuid::Uuid.md | The conversation this message belongs to | 
**message_type** | **String** | Type of the message | 
**content** | **String** | The message content | 
**job_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> | Associated job ID if this message came from a flow run | [optional]
**created_at** | **String** | When the message was created | 
**created_seq** | **i64** | Monotonic cursor assigned when the message is inserted | 
**step_name** | Option<**String**> | The step name that produced that message | [optional]
**success** | Option<**bool**> | Whether the message is a success | [optional]
**tool_arguments** | Option<**String**> | On a tool row, the arguments the model wrote for the call. For a script, flow or AI agent tool these exclude the inputs its step wires in, which only the tool's job holds. Null for a provider-native web search, whose query the provider does not return. | [optional]
**tool_result** | Option<**String**> | On a tool row, the text the model got back from the call, or what the call failed with — the row's own text names the tool rather than the reason. For a provider-native web search, its citations. | [optional]
**reasoning** | Option<**String**> | On an answer, the thinking that produced it; on a tool row, the thinking that led to the call. Each round's thinking is on one row. The agent job's result keeps the turn's thinking as a single string. | [optional]
**attachments** | Option<[**Vec<models::FlowConversationMessageAttachmentsInner>**]FlowConversationMessage_attachments_inner.md> | The files a user message carried, as object-storage references: every flow input other than user_message that held one or a list of them, at most 20. Never file bytes or a presigned URL. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)