v1

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponsesChatCompletionsReq

type ResponsesChatCompletionsReq struct {
	g.Meta `path:"/responses/chat/completions" tags:"openai" method:"post" summary:"ChatCompletionsToResponses接口"`
	Model  string `json:"model"`
	Stream bool   `json:"stream"`
}

ChatCompletionsToResponses接口请求参数

type ResponsesChatCompletionsRes

type ResponsesChatCompletionsRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

ChatCompletionsToResponses接口响应参数

type ResponsesReq

type ResponsesReq struct {
	g.Meta `path:"/responses" tags:"openai" method:"post" summary:"Responses接口"`
	Model  string `json:"model"`
	Stream bool   `json:"stream"`
}

Responses接口请求参数

type ResponsesRes

type ResponsesRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

Responses接口响应参数

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL