Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions agent-samples/openai/OpenAIResponses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ model:
topP: 0.95
connection:
kind: ApiKey
Comment thread
moonbox3 marked this conversation as resolved.
Outdated
key: =Env.OPENAI_APIKEY
apiKey: =Env.OPENAI_APIKEY
Comment thread
moonbox3 marked this conversation as resolved.
outputSchema:
properties:
language:
type: string
kind: string
required: true
description: The language of the answer.
answer:
type: string
kind: string
required: true
description: The answer text.
type:
type: string
kind: string
required: true
description: The type of the response.