ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatForkThread. Response. Nested. ChatModelAgentSourceSolution
(archastro v0.3.2)
Copy Markdown
ChatModelAgentSourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolution{ current_solution: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolution.t() | ArchAstro.SDK.Unset.t(), solution: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolution.t(), template: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionTemplate.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()