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 2e8a97e commit cbda32bCopy full SHA for cbda32b
src/Models/Item.swift
@@ -47,6 +47,7 @@ public enum Item: Equatable, Hashable, Sendable {
47
case functionCall(Item.FunctionCall)
48
49
/// The output of a function tool call.
50
+ @CodedAs("function_call_output")
51
case functionCallOutput(Item.FunctionCallOutput)
52
53
/// A description of the chain of thought used by a reasoning model while generating a response.
0 commit comments