core/model_response library
Classes
- FunctionCallResponse
- ModelResponse
- Base interface for model responses from InferenceChat Can be either TextResponse, FunctionCallResponse, or ThinkingResponse
- ParallelFunctionCallResponse
- Multiple function calls in a single model response.
- TextResponse
- Text token during streaming
- ThinkingResponse
- Thinking process content from the model