Skip to content

- remove the requirement for temperature for claude models#140

Open
weilixu wants to merge 1 commit into
developfrom
openstudio_ai_dev
Open

- remove the requirement for temperature for claude models#140
weilixu wants to merge 1 commit into
developfrom
openstudio_ai_dev

Conversation

@weilixu

@weilixu weilixu commented Jun 12, 2026

Copy link
Copy Markdown
Contributor
  • yaml specs accept env parameter.
  • optimize openstudio_ai context (input token cut ~50%)
  • remove stop criteria for claude models

- yaml specs accept env parameter.
- optimize openstudio_ai context (input token cut ~50%)
- remove stop criteria for claude models

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0bd52215f1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

)
return os.environ[env_name]

return _ENV_PLACEHOLDER_RE.sub(replace, value)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Limit env substitution to private config fields

Because this resolver is applied to the entire YAML document before validation, it also substitutes placeholders in user-facing fields such as instructions.text and agent_card descriptions/examples. A spec that includes a literal ${OPENAI_API_KEY} in prompt text or a card example will now either fail when unset or, worse, embed the secret value into the prompt/card when set, which can corrupt behavior or expose secrets through the served A2A card. Restrict substitution to intended config/secret fields or add an escape mechanism for literal placeholders.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant