You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param params [Hash] Attributes to send in this request.
136
136
# @option params [Object] :input Argument to the function, which can be any JSON serializable value
137
-
# @option params [Array<Message::UnnamedTypeWithunionParent22|Message::UnnamedTypeWithunionParent23|Message::UnnamedTypeWithunionParent24|Message::UnnamedTypeWithunionParent25|Message::UnnamedTypeWithunionParent26|Message::UnnamedTypeWithunionParent27>] :messages If the function is an LLM, additional messages to pass along to it
137
+
# @option params [Array<Message::UnnamedTypeWithunionParent26|Message::UnnamedTypeWithunionParent27|Message::UnnamedTypeWithunionParent28|Message::UnnamedTypeWithunionParent29|Message::UnnamedTypeWithunionParent30|Message::UnnamedTypeWithunionParent31>] :messages If the function is an LLM, additional messages to pass along to it
138
138
# @option params [Symbol] :mode The mode format of the returned value (defaults to 'auto')
139
-
# @option params [Parent::UnnamedTypeWithunionParent28|String] :parent Options for tracing the function call
139
+
# @option params [Parent::UnnamedTypeWithunionParent32|String] :parent Options for tracing the function call
140
140
# @option params [Boolean] :stream Whether to stream the response. If true, results will be returned in the
141
141
# Braintrust SSE format.
142
142
# @option params [String] :version The version of the function
0 commit comments