Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Conversation

@sophatvathana
Copy link
Contributor

  • feat: enhance tool support parameter definitions for LLM prompt
    For example,
prompt promptText
  tools: [
    {
      name: "weatherTool",
      description: "Provides forecast data for a given city. Returns temperature, conditions, and forecast.",
      parameters: {
        city: "String"
      }
    }
  ]
  model: "gpt-4"
  temperature: 0.2
  maxTokens: 200

@sophatvathana sophatvathana added this pull request to the merge queue Nov 22, 2025
Merged via the queue into main with commit 08e7c84 Nov 22, 2025
4 of 5 checks passed
@sophatvathana sophatvathana deleted the feat/support-tools-in-llm branch November 22, 2025 15:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants