Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlancetaylor committed Jun 9, 2024
1 parent fd1ccc1 commit e9e83f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/plugins/dotprompt/genkit.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ func (p *Prompt) buildRequest(ctx context.Context, input any) (*ai.GenerateReque
req.Config = p.GenerationConfig

req.Output = &ai.GenerateRequestOutput{
Format: p.OutputFormat,
Schema: p.OutputSchema,
Format: p.OutputFormat,
Schema: p.OutputSchema,
}

req.Tools = p.Tools
Expand Down

0 comments on commit e9e83f1

Please sign in to comment.