sttp.openai.requests.completions.chat
Members list
Packages
Type members
Classlikes
object ChatChunkRequestResponseData
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object ChatRequestBody
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChatRequestBody.type
object ChatRequestResponseData
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Value parameters
- arguments
-
The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.
- name
-
The name of the function to call.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object FunctionCall
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FunctionCall.type
object Role
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class FunctionToolCall
In this article