ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatForkThread. Response. Nested. ChatModelThreadParticipatingAgentsItemSourceSolution
(archastro v0.2.0)
Copy Markdown
ChatModelThreadParticipatingAgentsItemSourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolution{ current_solution: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolution.t() | ArchAstro.Unset.t(), solution: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolution.t(), template: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionTemplate.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()