Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract message converters for Gemini, OpenAI and Anthropic. #459

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Mar 24, 2025

Extract message converters for Gemini, OpenAI and Anthropic.

This CL enables data conversions between lf.Message and Gemini/OpenAI/Anthropic formats.

Example:

lf.Message.as_format('gemini') # or lf.Message.as_gemini_format()
lf.Message.from_value(.., format='gemini') # or lf.Message.from_gemini_format(...)

lf.Message.as_format('openai') # or lf.Message.as_openai_format()
lf.Message.from_value(.., format='openai') # or lf.Message.from_openai_format(...)

lf.Message.as_format('anthropic') # or lf.Message.as_anthropic_format()
lf.Message.from_value(.., format='anthropic') # or lf.Message.from_anthropic_format(...)

@copybara-service copybara-service bot force-pushed the test_739969949 branch 2 times, most recently from ad9d725 to e531a59 Compare March 24, 2025 17:12
@copybara-service copybara-service bot changed the title Extract message converters for OpenAI, Gemini and Anthropic. Extract message converters for Gemini, OpenAI and Anthropic. Mar 24, 2025
@copybara-service copybara-service bot force-pushed the test_739969949 branch 2 times, most recently from f1a374c to 7aeac60 Compare March 24, 2025 17:54
This CL enables data conversions between lf.Message and Gemini/OpenAI/Anthropic formats.

Example:
```
lf.Message.as_format('gemini') # or lf.Message.as_gemini_format()
lf.Message.from_value(.., format='gemini') # or lf.Message.from_gemini_format(...)

lf.Message.as_format('openai') # or lf.Message.as_openai_format()
lf.Message.from_value(.., format='openai') # or lf.Message.from_openai_format(...)

lf.Message.as_format('anthropic') # or lf.Message.as_anthropic_format()
lf.Message.from_value(.., format='anthropic') # or lf.Message.from_anthropic_format(...)
```

PiperOrigin-RevId: 739999008
@copybara-service copybara-service bot merged commit 11d646e into main Mar 24, 2025
1 check passed
@copybara-service copybara-service bot deleted the test_739969949 branch March 24, 2025 17:56
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