We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b699a commit f0ea45dCopy full SHA for f0ea45d
mellea/stdlib/functional.py
@@ -55,6 +55,8 @@
55
"prefix": "A prefix string or ContentBlock to use when generating the instruction.",
56
"output_prefix": "A string or ContentBlock that defines a prefix for the output generation. Usually you do not need this.",
57
"images": "A list of images to be used in the instruction or None if none.",
58
+ # from `chat`
59
+ "content": "A message content string in a chat",
60
# from `query`
61
"obj ": "The object to be queried. It should be an instance of MObject or can be converted to one if necessary.",
62
"query": " The string representing the query to be executed against the object.",
0 commit comments