| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
OpenAI.V1.ToolCall
Contents
Description
The ToolCall type
Types
Tools called by the model
Constructors
| ToolCall_Function | |
Instances
A called function
Instances
| FromJSON Function Source # | |||||
Defined in OpenAI.V1.ToolCall | |||||
| ToJSON Function Source # | |||||
| Generic Function Source # | |||||
Defined in OpenAI.V1.ToolCall Associated Types
| |||||
| Show Function Source # | |||||
| type Rep Function Source # | |||||
Defined in OpenAI.V1.ToolCall type Rep Function = D1 ('MetaData "Function" "OpenAI.V1.ToolCall" "openai-2.2.1-FjXYHvgDuLi5dBzIG7AGPx" 'False) (C1 ('MetaCons "Function" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "arguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |||||