forked from templates/template-go-orm
chore: update gitignore and router timeout
- Добавлены docs/ и CLAUDE.md в .gitignore - Таймаут роутера увеличен до 30 секунд Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,7 @@ type ResponsesInputMessage struct {
|
||||
|
||||
// ContentPart — элемент массива content в Responses API
|
||||
type ContentPart struct {
|
||||
Type string `json:"type"` // "input_text", "output_text", etc.
|
||||
Type string `json:"type"` // "input_text", "output_text"
|
||||
Text string `json:"text"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user