subscript(_:)
Accesses the tool call at the specified position.
Declaration
subscript(position: Int) -> Transcript.ToolCall { get }Parameters
- position:
The position of the tool call to access, which must be a valid index of the collection.
Accesses the tool call at the specified position.
subscript(position: Int) -> Transcript.ToolCall { get }The position of the tool call to access, which must be a valid index of the collection.