You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

llama.native.llamachatmessage.md 457 B

1234567891011121314151617181920212223242526272829
  1. # LLamaChatMessage
  2. Namespace: LLama.Native
  3. ```csharp
  4. public struct LLamaChatMessage
  5. ```
  6. Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [ValueType](https://docs.microsoft.com/en-us/dotnet/api/system.valuetype) → [LLamaChatMessage](./llama.native.llamachatmessage.md)
  7. **Remarks:**
  8. llama_chat_message
  9. ## Fields
  10. ### **role**
  11. ```csharp
  12. public Byte* role;
  13. ```
  14. ### **content**
  15. ```csharp
  16. public Byte* content;
  17. ```