Skip to content

[feat] Go SDK AddLlmClient can set retryPolicy #3106

@oceanio

Description

@oceanio

Product

BAML

Problem Statement / Use Case

The current signature of AddLlmClient looks like this:

AddLlmClient(name string, provider string, options map[string]any)

can u add a new parameter, retryPolicy, resulting in the updated signature:

AddLlmClient(name string, provider string, retryPolicy *string, options map[string]any)

Proposed Solution

can u add a new parameter, retryPolicy, resulting in the updated signature:

AddLlmClient(name string, provider string, retryPolicy *string, options map[string]any)

Alternative Solutions

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions