Skip to content

< Back


LLamaChatMessage

Namespace: LLama.Native

1
public struct LLamaChatMessage

Inheritance ObjectValueTypeLLamaChatMessage

Remarks:

llama_chat_message

Fields

role

Pointer to the null terminated bytes that make up the role string

1
public Byte* role;

content

Pointer to the null terminated bytes that make up the content string

1
public Byte* content;

< Back