Package io.dapr.v1

Class DaprProtos.ConversationMessage

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.dapr.v1.DaprProtos.ConversationMessage
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DaprProtos.ConversationMessageOrBuilder, Serializable
Enclosing class:
DaprProtos

public static final class DaprProtos.ConversationMessage extends com.google.protobuf.GeneratedMessageV3 implements DaprProtos.ConversationMessageOrBuilder
 inspired by openai.ChatCompletionMessageParamUnion
 https://github.com/openai/openai-go/blob/main/chatcompletion.go#L1449
 The role field is inherent to the type of ConversationMessage,
 and is propagated in the backend according to the underlying LLM provider type.
 
Protobuf type dapr.proto.runtime.v1.ConversationMessage
See Also: