pub const GEN_AI__INPUT__MESSAGES: &str = "gen_ai.input.messages";Expand description
The messages passed to the model. It has to be a stringified version of an array of objects. The role attribute of each object must be "user", "assistant", "tool", or "system". For messages of the role "tool", the content can be a string or an arbitrary object with information about the tool call. For other messages the content can be either a string or a list of objects in the format {type: "text", text:"..."}.
- PII: Maybe
- Rewriting behavior: None
ยงAliases
AI__TEXTS(ai.texts)